home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-21 | 1.1 KB | 52 lines | [TEXT/MSWD] |
- !ONLINE GATEWAY SCRIPT Version 1.2b1 February 20, 1995
-
-
- !©1995 by John Hayes (jhayes@world.std.com). This script may be freely !distributed as long as this copyright notice is not removed.
-
- !***********************************************************************
-
- !See the "README" file in the "OnLine Scripts" folder for instructions
- !for the use of this script.
-
- !***********************************************************************
-
-
- !ORIGINATE MODULE
-
- @ORIGINATE
- @LABEL 1
- note "verifying connection"
- pause 15
- matchclr
- matchstr 1 4 "world"
- !INSERT YOUR HOST'S HOSTNAME IN PLACE OF "world" IN THE LINE ABOVE
- !SEE THE README FILE IN THE "OnLine Scripts" FOLDER FOR INSTRUCTIONS
- write "hostname\13"
- matchread 100
- note "connection failed...exiting"
- pause 30
- exit -1
-
-
- @label 4
- note "opening TIA"
- pause 15
- matchclr
- matchstr 1 5 "software"
- !CHANGE LINE ABOVE, IF NECESSARY - SEE README FOR INSTRUCTIONS
- write "cd\13"
- pause 10
- write "tia\13"
- !CHANGE LINE ABOVE, IF NECESSARY - SEE README FOR INSTRUCTIONS
- matchread 100
- note "TIA didn't open...exiting!"
- pause 30
- exit -1
-
- @label 5
- note "ready for your application"
- pause 30
- exit 0
-
-
-